ArrayPrepend(array, value)


Adds an array element to the beginning of the specified array. Returns a Boolean TRUE on successful completion.

See also ACos.

array

Name of the array to which you want to prepend data.

value

The value you want to add to the beginning of the specified array.